home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / IST / _install / run.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1997-01-23  |  542b  |  16 lines

  1. #! /bin/sh
  2.  
  3. # currently company dir is manually placed-should change
  4.  
  5. COMPANY_DIR=$PRODUCT_DIR/IST
  6. export COMPANY_DIR
  7.  
  8. if [ "$CDWARE_ENV" = "Solaris_2" ]
  9. then
  10.     /usr/openwin/bin/xterm -geom 80x16 -sb -bg LightSteelBlue -fg black -sl 2000 -fn -adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1 -e $COMPANY_DIR/_install/SparcSolaris/run.sysedit
  11. else
  12.     /usr/openwin/bin/xterm -geom 80x16 -sb -bg LightSteelBlue -fg black -sl 2000 -fn -adobe-courier-bold-r-normal--14-140-75-75-m-90-iso8859-1 -e $COMPANY_DIR/_demos/call_for_demo
  13. fi
  14.  
  15. exit 0
  16.